Skip to main content
Get entity counts
curl --request GET \
  --url https://{tenant_name}.{region}.techwolf.ai/reports/counts \
  --header 'Authorization: Bearer <token>'
{
  "report_name": "counts",
  "report_data": {
    "counts": {
      "employees": 1000,
      "vacancies": 1000,
      "courses": 1000
    }
  },
  "last_update": "2020-09-01T11:45:49Z"
}

Documentation Index

Fetch the complete documentation index at: https://developers.techwolf.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Response

OK

The total number of entities for each type.

report_name
string
Example:

"counts"

report_data
object

Dictionary with the total number of entities for each type.

last_update
string<date-time>
Example:

"2020-09-01T11:45:49Z"